CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 牛顿迭代 matlab

搜索资源列表

  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. Lag_Newton

    0下载:
  2. 用MATLAB编写的一个数值分析中,利用拉格朗日和牛顿迭代求解-a way of solving the method of larg and Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:653
    • 提供者:huanglu
  1. 1

    0下载:
  2. 数值计算方法—— 用matlab仿真实现牛顿迭代计算——源程序-iterative calculation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3350
    • 提供者:zhangjingyi
  1. manewton

    0下载:
  2. 数值分析的牛顿迭代算法 -matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3059
    • 提供者:leifei
  1. newton

    0下载:
  2. 牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab -Newton iterative algorithm iterative algorithm of Newton Newton algorithm matlab matlab Newton Newton algorithm algorithm algorithm matlab Newton Newton Newton algorithm algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2946
    • 提供者:王小琴
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. mulSimNewton

    1下载:
  2. MATLAB用于非线性方程组的求解问题,用的方法是牛顿迭代法-the solution of nonlinear functions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:529
    • 提供者:zhang xiao ai
  1. myaa

    0下载:
  2. 牛顿迭代分形,非常漂亮的3D抽象分形物,用matlab打开-Newton fractal, very beautiful, 3D abstract fractal objects, opens with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:273866
    • 提供者:xiong
  1. bss_ydm

    0下载:
  2. 通过基于负熵和牛顿迭代方法的fastica算法实现了随机产生的非高斯独立成分混合后矩阵的盲源分离-By FastICA and Matlab,implementint BSS.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1434
    • 提供者:myway home
  1. TDOA_estimation_Newton

    2下载:
  2. 基于MATLAB仿真程序,使用牛顿迭代法,在已知时延先验信息的基础上,对目标实现无源定位。 程序内还包含符号迭代和等值线绘图等角复杂代码。希望对研究无源定位的同志有所帮助。-MATLAB-based simulation program, using Newton s iterative method, the known delay on the basis of prior information on target to achieve passive positioning.
  3. 所属分类:matlab

    • 发布日期:2015-05-11
    • 文件大小:4096
    • 提供者:张威
  1. Jacobi

    0下载:
  2. 牛顿迭代,雅克比,求解非线性方程组 数值分析 MATLAB相结合-Jacobi NEWTON
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:ericwang
  1. Newton-iterative-method

    0下载:
  2. 经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of Newton iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:524
    • 提供者:梦女孩
  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2547
    • 提供者:yaliwang
  1. niula

    0下载:
  2. 基于MATLAB的牛顿迭代法潮流计算,程序可读性强,应用方便-MATLAB-based Newton iterative method trend calculation program readability, ease of application
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1630
    • 提供者:邵雯
  1. 2.1.5

    0下载:
  2. 牛顿迭代法的matlab编写,以及matlab数值方法中的案例编写-Newton iterative method to write matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2192
    • 提供者:雨露
  1. newton_feixianxin

    0下载:
  2. matlab实现牛顿迭代法求解非线性方程组-Matlab achieve the Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18079
    • 提供者:alex
  1. jiangchengzhi

    0下载:
  2. 本代码为在matlab下利用牛顿迭代法求解非线性方程的函数.m文件。-The code using Newton iteration method for solving nonlinear equations function. M file in matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1088
    • 提供者:成成
  1. newton

    0下载:
  2. Matlab数值计算中的牛顿迭代法例程,非常好用-Matlab numerical calculation of Newton iterative method routine, very easy to use
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:92978
    • 提供者:
  1. feixianxingqiugen

    0下载:
  2. 用matlab实现牛顿迭代算法,通过输入初值x0,精度e和l,以及最大迭代次数,输出结果近似根和迭代次数-Newton iterative algorithm, using matlab approximate root of the number of iterations through the input of the initial value x0 accuracy e and l, and the maximum number of iterations, the output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:149147
    • 提供者:dipingxian
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com